[INFO] fetching crate rusty_claw_macros 0.1.0...
[INFO] fixing rusty_claw_macros-0.1.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate rusty_claw_macros 0.1.0 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate rusty_claw_macros 0.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate rusty_claw_macros 0.1.0
[INFO] tweaked toml for crates.io crate rusty_claw_macros 0.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rusty_claw_macros 0.1.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rusty_claw_macros 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a75a64f98bc1519288a3addff94b179f8ccecefbd6b9cd8991a514349358b204
[INFO] running `Command { std: "docker" "start" "a75a64f98bc1519288a3addff94b179f8ccecefbd6b9cd8991a514349358b204", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a75a64f98bc1519288a3addff94b179f8ccecefbd6b9cd8991a514349358b204" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a75a64f98bc1519288a3addff94b179f8ccecefbd6b9cd8991a514349358b204", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a75a64f98bc1519288a3addff94b179f8ccecefbd6b9cd8991a514349358b204" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking syn v2.0.117
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rusty_claw_macros v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stdout] error[E0433]: cannot find module or crate `rusty_claw` in this scope
[INFO] [stdout]  --> tests/integration.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use rusty_claw::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `rusty_claw`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rusty_claw`, use `cargo add rusty_claw` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rusty_claw` in this scope
[INFO] [stdout]  --> tests/integration.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use rusty_claw::mcp_server::{ToolContent, ToolResult};
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `rusty_claw`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rusty_claw`, use `cargo add rusty_claw` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `rusty_claw::mcp_server::ToolContent`, `rusty_claw::mcp_server::ToolResult`
[INFO] [stdout]  --> tests/integration.rs:6:30
[INFO] [stdout]   |
[INFO] [stdout] 6 | use rusty_claw::mcp_server::{ToolContent, ToolResult};
[INFO] [stdout]   |                              ^^^^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rusty_claw` in this scope
[INFO] [stdout]   --> tests/integration.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     #[claw_tool(name = "echo", description = "Echo a message")]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `rusty_claw`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rusty_claw`, use `cargo add rusty_claw` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the attribute macro `claw_tool` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rusty_claw` in this scope
[INFO] [stdout]   --> tests/integration.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[claw_tool]
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rusty_claw`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rusty_claw`, use `cargo add rusty_claw` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the attribute macro `claw_tool` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rusty_claw` in this scope
[INFO] [stdout]   --> tests/integration.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     #[claw_tool]
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rusty_claw`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rusty_claw`, use `cargo add rusty_claw` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the attribute macro `claw_tool` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rusty_claw` in this scope
[INFO] [stdout]   --> tests/integration.rs:60:5
[INFO] [stdout]    |
[INFO] [stdout] 60 |     #[claw_tool(name = "add", description = "Add two numbers")]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `rusty_claw`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rusty_claw`, use `cargo add rusty_claw` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the attribute macro `claw_tool` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rusty_claw` in this scope
[INFO] [stdout]   --> tests/integration.rs:78:5
[INFO] [stdout]    |
[INFO] [stdout] 78 |     #[claw_tool(name = "search", description = "Search with optional limit")]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `rusty_claw`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rusty_claw`, use `cargo add rusty_claw` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the attribute macro `claw_tool` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rusty_claw` in this scope
[INFO] [stdout]    --> tests/integration.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     #[claw_tool(name = "sum", description = "Sum a list of numbers")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `rusty_claw`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `rusty_claw`, use `cargo add rusty_claw` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `claw_tool` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rusty_claw` in this scope
[INFO] [stdout]    --> tests/integration.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     #[claw_tool(name = "toggle", description = "Toggle a setting")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `rusty_claw`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `rusty_claw`, use `cargo add rusty_claw` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `claw_tool` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rusty_claw` in this scope
[INFO] [stdout]    --> tests/integration.rs:131:5
[INFO] [stdout]     |
[INFO] [stdout] 131 |     #[claw_tool]
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rusty_claw`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `rusty_claw`, use `cargo add rusty_claw` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `claw_tool` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rusty_claw` in this scope
[INFO] [stdout]    --> tests/integration.rs:146:5
[INFO] [stdout]     |
[INFO] [stdout] 146 |     #[claw_tool(name = "greet", description = "Greet someone")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `rusty_claw`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `rusty_claw`, use `cargo add rusty_claw` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `claw_tool` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rusty_claw` in this scope
[INFO] [stdout]    --> tests/integration.rs:164:5
[INFO] [stdout]     |
[INFO] [stdout] 164 |     #[claw_tool(name = "calculate", description = "Perform calculation")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `rusty_claw`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `rusty_claw`, use `cargo add rusty_claw` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `claw_tool` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rusty_claw` in this scope
[INFO] [stdout]    --> tests/integration.rs:194:5
[INFO] [stdout]     |
[INFO] [stdout] 194 |     #[claw_tool]
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rusty_claw`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `rusty_claw`, use `cargo add rusty_claw` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `claw_tool` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rusty_claw` in this scope
[INFO] [stdout]    --> tests/integration.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 |     #[claw_tool]
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rusty_claw`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `rusty_claw`, use `cargo add rusty_claw` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `claw_tool` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rusty_claw` in this scope
[INFO] [stdout]    --> tests/integration.rs:241:5
[INFO] [stdout]     |
[INFO] [stdout] 241 |     #[claw_tool]
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rusty_claw`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `rusty_claw`, use `cargo add rusty_claw` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `claw_tool` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rusty_claw` in this scope
[INFO] [stdout]    --> tests/integration.rs:264:5
[INFO] [stdout]     |
[INFO] [stdout] 264 |     #[claw_tool]
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rusty_claw`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `rusty_claw`, use `cargo add rusty_claw` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `claw_tool` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rusty_claw` in this scope
[INFO] [stdout]    --> tests/integration.rs:289:5
[INFO] [stdout]     |
[INFO] [stdout] 289 |     #[claw_tool]
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rusty_claw`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `rusty_claw`, use `cargo add rusty_claw` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `claw_tool` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rusty_claw` in this scope
[INFO] [stdout]    --> tests/integration.rs:322:5
[INFO] [stdout]     |
[INFO] [stdout] 322 |     #[claw_tool]
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rusty_claw`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `rusty_claw`, use `cargo add rusty_claw` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `claw_tool` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ClawError` in this scope
[INFO] [stdout]    --> tests/integration.rs:292:17
[INFO] [stdout]     |
[INFO] [stdout] 292 |             Err(ClawError::ToolExecution(
[INFO] [stdout]     |                 ^^^^^^^^^ use of undeclared type `ClawError`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ClawError` in this scope
[INFO] [stdout]    --> tests/integration.rs:312:9
[INFO] [stdout]     |
[INFO] [stdout] 312 |         ClawError::ToolExecution(msg) => {
[INFO] [stdout]     |         ^^^^^^^^^ use of undeclared type `ClawError`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rusty_claw_macros` (test "integration") due to 21 previous errors
[INFO] running `Command { std: "docker" "inspect" "a75a64f98bc1519288a3addff94b179f8ccecefbd6b9cd8991a514349358b204", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a75a64f98bc1519288a3addff94b179f8ccecefbd6b9cd8991a514349358b204", kill_on_drop: false }`
[INFO] [stdout] a75a64f98bc1519288a3addff94b179f8ccecefbd6b9cd8991a514349358b204
